<?xml version="1.0"?>
<component name="org.nuxeo.ecm.platform.treeManager.contrib.override">

  <require>org.nuxeo.ecm.platform.treeManager.contrib</require>

  <documentation>
Default configuration for Nuxeo EP tree

  </documentation>
  <extension point="plugin" target="org.nuxeo.ecm.platform.treeManager">

    <documentation>
      Default configuration for the Nuxeo EP tree.

      Displays only Folderish objects, not marked as hidden in navigation, and
      sorts by dc:title property. Folders with the BigFolder facet are shown
      without any children.
    </documentation>

    <treeManagerPlugin name="navigation">
      <leafFilterClass>
        org.nuxeo.ecm.webapp.tree.BigFolderLeafFilter
      </leafFilterClass>
      <pageProvider>tree_children</pageProvider>
    </treeManagerPlugin>

  </extension>

</component>
